The USBNET_DEVADDR has nothing to do with the USB download gadget, but
rather with the USB Ethernet gadget. Move it out of the if statement.
Acked-by: Ćukasz Majewski <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Maxime Ripard <[email protected]>
config G_DNL_PRODUCT_NUM
hex "Product ID of USB device"
+endif # USB_GADGET_DOWNLOAD
+
config USBNET_DEVADDR
string "USB Gadget Ethernet device mac address"
default "de:ad:be:ef:00:01"
-endif # USB_GADGET_DOWNLOAD
-
endif # USB_GADGET